Browse Source

Change category for debug log

Jonas Björkert 1 year ago
parent
commit
c42ddd03ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Trio/Sources/Application/TrioApp.swift

+ 1 - 1
Trio/Sources/Application/TrioApp.swift

@@ -97,7 +97,7 @@ import Swinject
             do {
                 try await BuildDetails.shared.handleExpireDateChange()
             } catch {
-                debug(.nightscout, "Failed to handle expire date change: \(error)")
+                debug(.default, "Failed to handle expire date change: \(error)")
             }
         }
     }